DecimalNINumericDecimalNAdd Method
            Computes the sum of the current value and the specified value.
            
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DecimalN INumeric<DecimalN>.Add(
	DecimalN value
)
Private Function Add ( 
	value As DecimalN
) As DecimalN Implements INumeric(Of DecimalN).Add
private:
virtual DecimalN Add(
	DecimalN value
) sealed = INumeric<DecimalN>::Add
private abstract Add : 
        value : DecimalN -> DecimalN 
private override Add : 
        value : DecimalN -> DecimalN 
- value  DecimalN
- The value to add to the current value.
DecimalNThe sum of the current value and 
value.
INumericTSelfAdd(TSelf)